home *** CD-ROM | disk | FTP | other *** search
/ Shareware Super Platinum 8 / Shareware Super Platinum 8.iso / mac / WIN_PRO / WCLIB.ZIP;1 / WCLIBC.ZIP / WCLIB.H < prev    next >
Encoding:
Text File  |  1993-04-15  |  759 b   |  30 lines

  1. //===========================================================
  2. // WCLIB.H -- Header File 
  3. // Copyright (c) 1993 Douglas Boling
  4. //===========================================================
  5. //
  6. // Function prototypes used by generic template
  7. //
  8. INT CALLBACK WEP (INT);
  9. INT CALLBACK LibMain (HANDLE, WORD, WORD, LPSTR);
  10.  
  11. //-----------------------------------------------------------
  12. // Application specific stuff
  13. //-----------------------------------------------------------
  14. //
  15. // Function prototypes
  16. //
  17. LIBLOAD WCLibLoad;
  18. LIBRESET WCLibReset;
  19. LIBFUNC WCLibFunc;
  20. LIBGETERR WCGetErrStr;
  21. LIBGETVER WCGetVersion;
  22.  
  23. typedef    INT (*PLFUNC) (LPTOKEN, LPTOKEN);
  24. //
  25. // Dialog IDs
  26. //
  27. #define     IDD_LIBVSTR    100
  28. #define     HELPSTART      1
  29.  
  30.